diff options
author | eihrul <eihrul> | 2007-10-09 23:08:10 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2007-10-09 23:08:10 +0000 |
commit | dab9d3c6668fcbfc38a7a2355b2d0146af743528 (patch) | |
tree | 5b99bf5c157123a86ba12129ad8274c4a77e10c4 /enet.dsp | |
parent | 460419a7d92f342efc54048110d15a663bae12ef (diff) | |
download | enet-dab9d3c6668fcbfc38a7a2355b2d0146af743528.tar.gz enet-dab9d3c6668fcbfc38a7a2355b2d0146af743528.zip |
*** empty log message ***
Diffstat (limited to 'enet.dsp')
-rwxr-xr-x | enet.dsp | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -42,7 +42,7 @@ RSC=rc.exe # PROP Target_Dir ""
MTL=midl.exe
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD CPP /nologo /W3 /O2 /I "include/enet" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
+# ADD CPP /nologo /W3 /O2 /I "include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
@@ -62,12 +62,12 @@ LIB32=link.exe -lib # PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "\temp\enet\Debug"
-# PROP Intermediate_Dir "\temp\enet\Debug"
+# PROP Output_Dir "Debug"
+# PROP Intermediate_Dir "Debug"
# PROP Target_Dir ""
MTL=midl.exe
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
-# ADD CPP /nologo /G6 /MTd /W3 /ZI /Od /I "include/enet" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /FD /GZ /c
+# ADD CPP /nologo /G6 /MTd /W3 /ZI /Od /I "include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /FD /GZ /c
# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
|