Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Edwin on June 03, 2002, 10:40:57 am

Title: [SIZE=4]HELP ME!!!!!!!!![/SIZE]
Post by: Edwin on June 03, 2002, 10:40:57 am
how do i change the target directory? Here is what the instructions say to do:
All of the subprojects that rely on the FS2 data tree to run (code, fred2,
freespace2, nebedit, pofview) are all currently targeted at

e:\games\freespace2\  

which is the directory I had on my local hard drive for putting this together.
Before you'll really be able to do anything, you'll need to point the targets
at wherever your local FS2 install is (make sure to make a copy of your
installed executables so you can backtrack!).

To change the destination in MsDev, you'll need to change
settings->debug->executable for debug session
settings->debug->working directory
settings->link->output file name

How do i do that?
Title: help me please.
Post by: vadar_1 on June 03, 2002, 05:37:14 pm
depends on your build enviroment and compiler... most people use MSVC, in which case his instructions are very strait forward... if your using a different compiler... you'll just have to read a few help files to figure out how to change the output paths
Title: help me please.
Post by: Edwin on June 06, 2002, 09:18:32 am
is MSVC downloadable?
Title: help me please.
Post by: Inquisitor on June 06, 2002, 10:37:59 am
No, it's about 100 dollars, if you can find version 6
Title: help me please.
Post by: Edwin on June 06, 2002, 12:06:13 pm
do i need a compiler?
Title: help me please.
Post by: phreak on June 06, 2002, 12:07:48 pm
that is the compiler
Title: help me please.
Post by: Edwin on June 06, 2002, 12:09:28 pm
I know that part. but do i have to have one or does having one just make things easier?
Title: help me please.
Post by: Inquisitor on June 06, 2002, 12:18:25 pm
Yes, you need a compiler. It's unconpiled source code ;)
Title: help me please.
Post by: Edwin on June 07, 2002, 09:14:58 am
is there any way to download a compiler?
even a small cheap (as in cheasy not inexspensive.) one?
Title: help me please.
Post by: penguin on June 07, 2002, 04:36:49 pm
Quote
Originally posted by Edwin
is there any way to download a compiler?
http://www.gnu.org/software/gcc/